Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
A simple question, I just can't find the answer. Say I have a slider that changes value and a measures value depends on this. Let's say Measure A's value is 2 x Slider Value. Measure A's DAX expression would be something like Measure A = 2 * Slider Value. I now publish this dashboard. From my browser I access this dashboard and move the slider. In my mind either two of the below things are happening:
Which of the above is correct? If none then what actually happens? I though it was the first one but after trying to research I am now slightly confused about how the whole process works.
Thanks.
Solved! Go to Solution.
When you run the report in Power BI Desktop then the DAX calculation are performed by the Power BI Desktop.
However, when you publish the report the dataset and the visual report are published to the Power BI Service.
When you click on slicer the browser will send a request to the power Bi Service, which will perform the DAX calculation and send the results back as HTML.
You can test it as follows:-
This is good thing because security access is checked each time,
and the super server cpu does the processing rather than your small laptop.
Please click thumbs up because I have tried to help.
Then click [accept solution] if it works.
When you run the report in Power BI Desktop then the DAX calculation are performed by the Power BI Desktop.
However, when you publish the report the dataset and the visual report are published to the Power BI Service.
When you click on slicer the browser will send a request to the power Bi Service, which will perform the DAX calculation and send the results back as HTML.
You can test it as follows:-
This is good thing because security access is checked each time,
and the super server cpu does the processing rather than your small laptop.
Please click thumbs up because I have tried to help.
Then click [accept solution] if it works.
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
7 |