Forum Discussion
Centralized DAX query
- 8 years ago
Hi lkalkote,
You can merge 4 reports into 1 report which contains 5 pages.(Load all data sources into one report in import mode)
In the first page, you can create the same visual with same Measure in the 4 reports.
And in other 4 pages, you can create others different visuals.
Regards,
Jimmy Tao
I meant to say Measures.
Let's take one scenario, I have a 4 reports r1,r2,r3,r4.
I have one DAX calculation (Measures) lets say SumOfProductPrice.
In my all 4 reports, This Measure SumOfProductPrice will use.
Currently, I am creating 4 Same DAX calculations for each report.
Let's say if requirement change and Then I need to change all measures manually.
To avoid this, I wanted centralized measures so that I will create one measure and all 4 report can use this measure.
Hi lkalkote,
You can merge 4 reports into 1 report which contains 5 pages.(Load all data sources into one report in import mode)
In the first page, you can create the same visual with same Measure in the 4 reports.
And in other 4 pages, you can create others different visuals.
Regards,
Jimmy Tao