Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Dear Sirs
I would like to ask you for your help, cannot find solution in the best Power BI community ... 🙂
My basis are:
Table Category
- Columns: Article code, Model (and more...)
Table Date 1
- Columns: Date
Table Date 2 with not active realtionsip to Date 1
- ALLNOBLANKROW('Date 1')
Table Prices
- Column Article code (relation to Category)
- Column Date (relation to Date 1)
- Column Costs 1
- Column Costs 2
- Measure Costs 1 (AverageX)
- Measure Costs 2
- Measure Difference 1 = [Costs 2]-[Costs 1]
- Measure Difference 2 = divide ([Difference 1],[Costs 1])
Now I use two Slicer (Date 1 and Date 2) for comparing Cost of articles with two different Dates - I have Matrix (Article code / Measure Costs 1 / Measure Costs 2 / Difference 1 / Difference 2)
Now I would would need to use Slicer Between for filtering the Matrix and the Slicer set with Min and Max value of Difference 2
I have tried following - but I am not able to set Value with Min and Max according Difference 2
If you need any additional informations please let me know
I would like to ask you for your support
Have a nice day
Martin
@MartinP , Not very clear, refer my blog how to use two date table and slicers
https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601
Hi @MartinP share the file with me and Ill look into it that what actually you want.
Please use following like for download (file PBIX) I do now see how to add file directly ..
I would need add Slicer which shows values Between - for example: filter Date 1 (S201902) Date 2 (S201903) Value of Between Slicer (Costs Difference %) Min -33,3% (Article D) Max value 4,0%
The file includes thousands of rows and more filters I simplified it ...
Thank you for your suport
Martin
Hello @MartinP ,
I updated your sample pbix file: create two measures to get min and max difference%, please find the details in the attachment:
00_mindiff% = MINX(ALLSELECTED('Category'),[Costs difference %])00_maxdiff% = MAXX(ALLSELECTED('Category'),[Costs difference %])
Best regards
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 48 | |
| 42 |