Tag not monitored by Microsoft.
Current Q&A platform doesn't support PBI. For quicker response, do post the question on below dedicated forum:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi ,
İ have two tables that the table fact and dimension but the dimension table keeps historic data.
Dimension table has a "split" column. Fact table has split_id and that two tables join between split_id and row_date. The join like below.
How can do that in power bi?
ff.Split=ss.Split and ff.RowDate>=ss.StartDate and ff.RowDate<=ss.EndDate
OR
ff.Split=ss.Split and ff.RowDate between ss.StartDate and ss.EndDate
Tag not monitored by Microsoft.
Current Q&A platform doesn't support PBI. For quicker response, do post the question on below dedicated forum:
I am looking for the support for creating power BI dash board like below link
https://community.powerbi.com/t5/Data-Stories-Gallery/Executive-Insights-by-Decisive-Data/td-p/181742
Hi,
You can do this in multiple ways. A simple way can be:
the result was a table with the join, which display only data you want to see